This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
Hello. I would like to ask how could I work with LN using com-object via PowerShell.
Right now I came up with:
$LotusSession = New-Object -ComObject Lotus.NotesSession
$LotusSession.Initialize("mypass")
$LotusDatabase = $LotusSession.GetDatabase("srv","mail\my.nsf")
Write-Host -ForegroundColor Green "Database open : " $LotusDatabase.Title
$LotusFolder = $LotusDatabase.GetView('folder\subfolder\subsubfolder')
Thing is: I would like to move items between folders (views) and also mark them as read/unread. I couldn't find any methods in com-object those do this.
Feedback number WEBB9T2D65 created by ~Kirk Prefreekonyoni on 01/23/2015
Status: Open
Comments: